home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / castools.zip / FAXLIB < prev    next >
Text File  |  1990-03-02  |  2KB  |  47 lines

  1. #
  2. #  $(size)fx Library make file
  3. #
  4.  
  5. LIBS=..\lib
  6. INCS=..\allincs
  7.  
  8. $(size)fxerror.obj: $(INCS)\cas.h $(INCS)\FAX.h $(INCS)\FAXerror.h FAXerror.c
  9.     cl /Zi /A$(size)  /c /Fo$(size)fxerror FAXerror.c >>make.out
  10.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxerror.obj; >>make.out
  11.  
  12. $(size)fxsend.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXsend.c $(INCS)\FAXdflts.h
  13.     cl /Zi /A$(size)  /c /Fo$(size)fxsend FAXsend.c >>make.out
  14.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxsend.obj; >>make.out
  15.  
  16. $(size)fxsubmi.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXsubmi.c $(INCS)\FAXdflts.h
  17.     cl /Zi /A$(size)  /c /Fo$(size)fxsubmi FAXsubmi.c >>make.out
  18.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxsubmi.obj; >>make.out
  19.  
  20. $(size)fxcopye.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXcopye.c
  21.     cl /Zi /A$(size)  /c /Fo$(size)fxcopye FAXcopye.c >>make.out
  22.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxcopye.obj; >>make.out
  23.  
  24. $(size)fxfreee.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXfreee.c
  25.     cl /Zi /A$(size)  /c /Fo$(size)fxfreee FAXfreee.c >>make.out
  26.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxfreee.obj; >>make.out
  27.  
  28. $(size)fxgete1.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete1.c
  29.     cl /Zi /A$(size)  /c /Fo$(size)fxgete1 FAXgete1.c >>make.out
  30.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete1.obj; >>make.out
  31.  
  32. $(size)fxgete2.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete2.c
  33.     cl /Zi /A$(size)  /c /Fo$(size)fxgete2 FAXgete2.c >>make.out
  34.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete2.obj; >>make.out
  35.  
  36. $(size)fxgete3.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete3.c
  37.     cl /Zi /A$(size)  /c /Fo$(size)fxgete3 FAXgete3.c >>make.out
  38.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete3.obj; >>make.out
  39.  
  40. $(size)fxcance.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXcance.c
  41.     cl /Zi /A$(size)  /c /Fo$(size)fxcance FAXcance.c >>make.out
  42.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxcance.obj; >>make.out
  43.  
  44. $(size)fxutils.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXutils.c
  45.     cl /Zi /A$(size)  /c /Fo$(size)fxutils FAXutils.c >>make.out
  46.     lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxutils.obj; >>make.out
  47.